UserCSS - 修改字體
code:style.css
.page, #editor, .grid li, .stream, code, .code, .code-blcok { font-family: "Roboto Mono", helvetica, arial, 'Noto Sans TC', 'Noto Sans JP', "Font Awesome 5 Free", "Font Awesome 5 Brands", "AppIcons", sans-serif;
}
code:style
.page, #editor, .grid li, .stream, code, .code, .code-blcok { font-family: "Roboto Mono", helvetica, arial, "LXGW WenKai Mono TC", "Klee One", "Font Awesome 5 Free", "Font Awesome 5 Brands", "AppIcons", sans-serif;
}
2級標題
3級標題
4級標題
code:style.css
.level-2 {
font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
}
.level-3, .level-4 {
font-family: 'Noto Sans TC', 'Noto Sans JP', serif;
}
修改字體 [| 修改字體]
code:style.css
.deco-\| {
font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
}